Name: T-square log in: Grading TA: 1. What is an appeal of using the Dr. Java interactions pane? 2. How would you find the remainder of 10/4 using one of Java code? 3. What is the result of 3/4 in Java? Why do you think this is? (Hint: Try more numbers and look for a pattern) 4. What is String concatentation? What operator do you use in Java? 5. How do setMediaPath and getMediaPath work? 6. Why is it important to NEVER include a setMediaPath command in your homework assignment? 7. What are two ways to "run" your code? 8. What is difference between /**/ and // ? 9. What is the result when HW0Tester is run? 10. Of the file extension, .java, .java~ and .class, which is the ONLY one that TAs will accept? Why is that the only one? The answer is not simply just because we the TAs said that is the only one we want. (Hint: For each one of the file extensions think about what type of data and in what format the file actually contains.)